home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
term43-source.lha
/
Extras
/
Source
/
term-Source.lha
/
termStrings.c
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-07
|
331 b
|
16 lines
/*
** termStrings.c
**
** Declaration of builtin language strings
**
** Copyright © 1990-1995 by Olaf `Olsen' Barthel
** All Rights Reserved
*/
#define CATCOMP_ARRAY
#include "termStrings.h"
struct CatCompArrayType *AppStrings = &CatCompArray[0];
LONG NumAppStrings = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);